home *** CD-ROM | disk | FTP | other *** search
- /*
- *
- * main.c
- *
- * Main program.
- *
- *
- * Author: Rob Johnston
- * Date: Tuesday, January 14, 1992
- *
- * 12/30/94 JML Code now compiles with Universal interfaces.
- *
- * Copyright © 1992 Apple Computer, Inc.
- *
- */
-
- #define _AllocateGlobals_
-
- #include "globals.h"
-
- #undef _AllocateGlobals_
-
-
- main()
-
- {
- InitializeToolbox();
- InitializeGlobals();
- InitEvents();
- SetupMenus();
-
- EventLoop();
-
- DeallocateGlobals();
- }
-